home *** CD-ROM | disk | FTP | other *** search
/ Professor Iris Fun Field Trip: Seaside Adventure / Professor Iris - Fun Field Trip: Seaside Adventure.iso / pc / discovry / shared.dir / 00710_GameIntro-Explain scripts.ls < prev    next >
Encoding:
Text File  |  1995-05-03  |  470 b   |  23 lines

  1. global QTspriteNum
  2.  
  3. on QTwait howLong
  4.   if the movieTime of sprite QTspriteNum < howLong then
  5.     go(the frame)
  6.   end if
  7. end
  8.  
  9. on ExplainStop
  10.   set QTspriteNum to 48
  11.   set the mouseDownScript to EMPTY
  12.   set the movieTime of sprite QTspriteNum to 0
  13.   stopAllSound()
  14.   if the mouseCast <> the number of cast "Quit Button" then
  15.     go("InitGame")
  16.   end if
  17. end
  18.  
  19. on QTreset movName
  20.   set the pausedAtStart of cast movName to 1
  21.   set the directToStage of cast movName to 1
  22. end
  23.